Setting Up the IDE


Table of Contents

Process

Useful Details


Process

When you develop Knowledge Management and Collaboration (KMC), you edit java files in the SAP NetWeaver Developer Studio and test and debug them in the SAP Enterprise Portal. To set up your development environment, you need to perform the following steps:

  1. Install a local JDK.
  2. Install a local SAP NetWeaver Developer Studio
    For instructions on how to perform the installation, see service.sap.com/instguidesNW04 ->Installation -> Dev Env -> Installation Guide -> SAP NetWeaverDeveloper Studio
  3. Make sure a remote SAP Enterprise Portal with Knowledge Management and Collaboration is available for testing.
  4. Set up a connection to the remote portal as described in the next section.



Useful Details


Establishing a Connection to the Remote Portal

To enable the deployment of KMC PAR files from the SAP Developer Studio to the test portal, you need to set up a connection to the portal. To do this, open the Developer Studio and choose Window -> Preferences -> SAP Enterprise Portal and then enter the required connection data.
Note that for Login you specify a portal user that has the authorization for deployment of PAR files. This can, for example, be a user with the system_admin_role. Later when you deploy files to the portal, you need to enter the password for this user.

Testing on the Remote Portal

Keep in mind the following restrictions, for testing on a remote portal:

Starting a Development Project

The normal development cycle consists of setting up a development project, coding in Eclipse, deploying PAR files into the portal and then debugging and testing in the portal. When you start development, two approaches are possible. You can: